Function: treemacs-project->path-status

treemacs-project->path-status is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-project->path-status CL-X)

Documentation

Access slot "path-status" of treemacs-project struct CL-X.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(cl-defstruct (treemacs-project
               (:conc-name treemacs-project->)
               (:constructor treemacs-project->create!))
  name
  path
  path-status
  is-disabled?)